home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Add-Ons / CodeWarrior / Script Executor 1.0b2 / About Script Executor
Encoding:
Text File  |  1997-02-19  |  1.7 KB  |  57 lines  |  [TEXT/ttxt]

  1.  
  2. Script Executor 1.0b2
  3. © Michael Schürig 1997
  4.  
  5. What is it?
  6.  
  7. A plugin compiler for the CodeWarrior IDE. It doesn't do anything on its own, instead it calls an AppleScript (or another script written in an OSA-compliant language).
  8.  
  9.  
  10. Why would I want to use it?
  11.  
  12. Well, have you ever wanted to use standalone development tools from CodeWarrior? Maybe you need to preprocess some of your source code with a perl script or you intend to use Sun's JavaCC parser generator for java.
  13.  
  14.  
  15. How do I use it?
  16.  
  17. There's no dedicated Preferences Panel to set up (yet). 
  18. In the Project/Target Panel you need to set up file types and extensions for files that ought to get passed to the CompileScript.
  19.  
  20. In your script tell the IDE which files you have changed! See the sample script for an example.
  21.  
  22.  
  23. Caveats?
  24.  
  25. Be sure that the files your CompileScript writes to are closed.
  26.  
  27.  
  28. What does it cost?
  29.  
  30. Nothing, it's free. It wasn't such a big deal to write this. But just in case you want to sponsor my CodeWarrior subscription I won't stop you. [Additional whining about poor students deleted.]
  31.  
  32.  
  33. What's new in this version?
  34.  
  35. The plugin now makes temporary copies of source files that are open in the IDE. The copies are put into a folder called "(Script Executor Temp)" within the project folder.
  36.  
  37. Script properties are now persistent.
  38.  
  39.  
  40. What's still left to do?
  41.  
  42. Maybe a minimal user interface to set the script. I thought of adding a text field for the script, but it seems that the dedicated script editors are much more suitable for the task. Everyone has Script Editor anyway.
  43.  
  44.  
  45. Disclaimer
  46.  
  47. Use this software at your own risk. I don't take any responsibility for it.
  48.  
  49.  
  50. How to reach the author?
  51.  
  52. Michael Schürig
  53. Hermannstr. 26
  54. 53225 Bonn
  55. Germany
  56. mailto:uzs90z@uni-bonn.de (may change sometime in 1997!)
  57.